Crate static_ref [] [src]

References that point into static data

Structs

Ref

&'a T that points into static data

RefMut

&'a mut T that points into static data

Traits

StaticRef

A reference that points into static data